Full-Stack

Welcome Portfolio Projects Contact
↑ Go Back ↑

Server app overview

Server app overview

Allmark (Markdown HTTP Server)

https://allmark.io/

Observium (Device status server)

http://docs.observium.org/install_debian/

Observium server & client

https://vpsboard.com/threads/observium-monitoring-server-and-client-installation-tutorial.6336/

Observium user levels: http://docs.observium.org/user_levels/

Edit config.php. Change the options to reflect your installation. There you have to fill in the credentials for MySQL.

Don't change in the config, only in the Observium root directory!

/var/www/observium

SNMP (Client package for Observium)

https://wiki.debian.org/SNMP

Installing SNMP:

apt-get install snmpd

squid (Proxy server)

https://www.tecmint.com/install-squid-in-ubuntu/

Jenkins (Build server)

https://jenkins.io/

Plex (TV software server)

https://www.plex.tv/

ivideon (IP camera server)

https://www.ivideon.com/ivideon-server-linux/

ClearOS (Router OS)

https://www.clearos.com/

OpenVPN Client Einrichtung

https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04

COTURN server

https://www.linuxbabe.com/linux-server/install-coturn-turn-server-spreed-webrtc

OpenStack (LXD management tool)

https://insights.ubuntu.com/2016/12/07/lxd-2-0-lxd-and-openstack-1112/

Routing

  • *.mydomain.com -> nginx HTTP redirect to container XY
  • mydomain.com -> VPN port 1194
  • mydomain.com -> SSH port 22 -> lobby container -> SSH to real container (e.g. webserver)
  • mydomain.com -> SSH port 22 -> lobby container -> SSH to other real container (e.g. database server)

PXE server

  • [just works] http://www.aomeitech.com/pxe/pxe-boot-software.html
  • [...] http://erpxe.com/download/
  • [...] https://www.unixmen.com/install-and-configure-pxe-server-on-ubuntu-15-04/